POST /mybooks/_search
{
"query": {
"terms": {
"uuid": [
"3333",
"2222"
]
}
}
}
Select * from *** where color in ("red", "green")
"terms": {
"fruit": [
"apple",
"banana",
"orange"
],
"minimum_should_match": 2,
"boost": 1.0,
}